object frmPractiseMemoryInit: TfrmPractiseMemoryInit Left = 321 Top = 295 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog ClientHeight = 197 ClientWidth = 367 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poOwnerFormCenter DesignSize = ( 367 197) PixelsPerInch = 96 TextHeight = 13 object lblMain: TTntLabel Left = 16 Top = 16 Width = 329 Height = 49 AutoSize = False WordWrap = True end object lblSpinEdit: TTntLabel Left = 16 Top = 96 Width = 3 Height = 13 end object lblStart: TTntLabel Left = 16 Top = 120 Width = 329 Height = 33 AutoSize = False WordWrap = True end object btnStart: TTntButton Left = 193 Top = 162 Width = 75 Height = 25 Anchors = [akRight, akBottom] Default = True ModalResult = 1 TabOrder = 0 end object btnCancel: TTntButton Left = 273 Top = 162 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True ModalResult = 2 TabOrder = 1 end object sedThinkTime: TSpinEdit Left = 224 Top = 88 Width = 121 Height = 22 MaxValue = 120 MinValue = 1 TabOrder = 2 Value = 1 OnKeyDown = sedThinkTimeKeyDown end end